home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
visualarts2.0.lha
/
VisualArts2.0
/
Demo
/
Source
/
makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-09-22
|
324 b
|
17 lines
#
# Makefile for 'demo'
#
.c.o:
@Echo "*e[33;1m sc $(CFLAGS) $<*e[0m"
sc $(CFLAGS) $*.c
# use e.g. 'make f=-O' to specify extra compiler flags
CFLAGS = gst=ram:db.gst
OBJS = MultiMain.o MultiSub.o
demo: $(OBJS)
slink LIB:c.o $(OBJS)\
TO MultiProc lib lib:newva.lib lib:popupmenu.lib LIB:sc.lib lib:amiga.lib